The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file.
链接步了文件间的依赖,
将一个文件中的
用链接到另一个文件中的
定义。
声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。
An area of memory that contains a last-in-first-out queue of storage for parameters, automatic variables, return addresses, and other information that must be maintained across function calls. In multitasking situations, each task generally has its own stack.
一个包含后进先出队列内存区域,用来存储参数、自动变量、返回地址和其他一些必须在
数
用中进行维护
信息。在多任务情况下,每一个任务一般都有自己
堆栈区。
Here, if I go ahead and click on threads, this is the thread I believe we're currently working on and see, these are all the steps, including the functions being called with the right parameters, and the PDFs I've just uploaded.
在这里,如果我继续单击线程,这就是我相信我们当前正在处理和查看线程,这些是所有步骤,包括使用正确参数
用
数以及我刚刚上传
PDF 。